ComponentOne Bitmap for WPF
C1.WPF.DX.4.6.2 Assembly / C1.Util.DX.Storage Namespace / PropertyBagKey<T1,T2> Class / PropertyBagKey<T1,T2> Constructor
The name.

In This Topic
    PropertyBagKey<T1,T2> Constructor
    In This Topic
    Initializes a new instance of the PropertyBagKey<T1,T2> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public PropertyBagKey<T1,T2>( 
       string name
    )

    Parameters

    name
    The name.
    See Also